home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Calculators / Calculette / Source / Pref.h < prev    next >
Text File  |  1993-11-24  |  201b  |  16 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface Preferences:Object
  4. {
  5.   id    window;
  6.   id    printerButton;
  7.   id    fixButton;
  8.   id    precisionPopUpList;
  9.   id    precisionPopUpButton;
  10. }
  11.  
  12. - save:sender;
  13. - revert:sender;
  14.  
  15. @end
  16.